/*-- Reset Code --*/
body {
	padding: 0;
	margin: 0;
	background: #FFF;
	font-family: "microsoft yahei",'Raleway', sans-serif;
}
body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
}
body a:hover {
	text-decoration: none;
	color:#e7a834;
}
body a:focus, a:hover {
	text-decoration: none;
}
input[type="button"], input[type="submit"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei",'Roboto', sans-serif;
	letter-spacing:1px;
}
p {
	margin:0;
}
ul {
	margin:0;
	padding:0;
}
label {
	margin:0;
}
img {
	max-width: 100%;
}
.con{
	overflow:hidden;
}
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fea600;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
	/* Specify Swiper's Size: */

	/*width:200px;
	height: 100px;*/
}
.swiper-slide {
	/* Specify Slides's Size: */
	
	/*width: 100%;
	height: 100%;*/
}
.swiper-slide-active {
	/* Specific active slide styling: */
	
}
.swiper-slide-visible {
	/* Specific visible slide styling: */	

}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
	/* Stylize pagination button: */	

}
.swiper-active-switch {
	/* Specific active button style: */	
	
}
.swiper-visible-switch {
	/* Specific visible button style: */	
	
}


/*图片垂直水平居中*/
.vcenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}

/*--header start here--*/
.header-top {
	background-color: #006797;
    padding: 1em 0;
}
.navbar-toggle{
	margin:0;
}
.navbar-toggle .icon-bar{
	background:#fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.open .navbar-toggle .icon-bar:nth-child(2) {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}
.open .navbar-toggle .icon-bar:nth-child(3) {
    opacity: 0;
}
.open .navbar-toggle .icon-bar:nth-child(4) {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1,- 45deg);
	margin-top:-8px;
}
.logo {
    float: left;
}
.logo img{
	max-height:80px;
}
.logo span{
	color:#fff;
	display:inline-block;
	vertical-align:bottom;
	line-height:2;
	font-size:24px;
	margin-left:10px;
	margin-top:10px;
	letter-spacing:5px;
}
.logo span.en{
	letter-spacing:2px;
	font-size:20px;
	text-transform:uppercase;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.logo span.en{
		letter-spacing:0;
		font-size:18px;
	}
}
.language, .language a{
	color:#fff;
}
.language img{
	height:16px;
}
.phone {
    float: left;
    width: 48%;
	text-align:center;
}
.phone h2 {
  font-size: 1em;
  font-weight: 400;
  color: #fff;
  margin-top:5px;
}

/*--search-div--*/
.header-top input.form-control {
    font-size: 1em;
    border: none;
    -webkit-appearance: none;
	color:#aaa;
	padding:5px;
	box-shadow: none;
	height:30px;
}
/*
.header-top input.form-control:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
*/
.header-top button.btn {
    border: none;
    width: 35px;
	height:30px;
    padding: 0;
    box-shadow: none;
    background: none;
}
.from-search span.glyphicon.glyphicon-search {
    font-size: 1.3em;
	color: #329fd8;
}
.dropdown-toggle span.glyphicon.glyphicon-search {
    font-size: 1.1em;
	color: #fff;
}

/*--top-nav--*/
ul.navbar-nav{
    float: none;
}
nav.navbar.navbar-default {
    background-color: #fff;
    border: none;
    margin: 0;
	border-radius:0;
}
.navbar-default .navbar-nav > li > a {
	padding: 1em 3.2em;
    display: block;
    font-size: 1em;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
/*--//top-nav--*/
/*----responsive-menu-start---*/
@media(min-width:768px){
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
		color: #fff;
		background: #fea600!important;
	}
	
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
		color: #fff;
	   background: #fea600;
	}
	.header-top .container{
		position:relative;
	}
	nav.navbar.navbar-default {
		background:url(../images/i_bg.png) repeat-x;
		background-size:auto 100%;
	}
	.top-nav .navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}
	.language{
		position:absolute;
		top:-.5em;
		right:30px;
		line-height:2;
	}
	.header-top .from-search {
		margin-top:40px;
	}
	.header-top .from-search {
		float: right;
		width: 22%;
		background:#fff;
		border-radius:40px;
		overflow:hidden;
		padding:2px 10px 2px 15px;
	}
	
	/* Effect 11: text fill based on Lea Verou's animation http://dabblet.com/gist/6046779 */
	/* Bounce To Bottom */
	.hvr-bounce-to-bottom {
	  display: inline-block;
	  vertical-align: middle;
	  -webkit-transform: translateZ(0);  
	  -ms-transform: translateZ(0);
	  -o-transform: translateZ(0);
	  -moz-transform: translateZ(0);
	  transform: translateZ(0);
	  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	  -webkit-backface-visibility: hidden;
	  backface-visibility: hidden;
	  -moz-osx-font-smoothing: grayscale;
	  position: relative;
	  -webkit-transition-property: color;
	  transition-property: color;
	  -webkit-transition-duration: 0.5s;
	  -moz-transition-duration: 0.5s;
	  transition-duration: 0.5s;
	}
	.hvr-bounce-to-bottom:before {
	  content: "";
	  position: absolute;
	  z-index: -1;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  color:#fff;
	  background: rgba(93, 121, 11, 0.98);
	  -webkit-transform: scaleY(0);
	  -o-transform: scaleY(0);
	  -moz-transform: scaleY(0);
	  transform: scaleY(0);
	  -webkit-transform-origin: 50% 0;
	  -o-transform-origin: 50% 0;
	  transform-origin: 50% 0;
	  -webkit-transition-property: transform;
	  -o-transition-property: transform;
	  transition-property: transform;
	  -webkit-transition-duration: 0.5s;
	  transition-duration: 0.5s;
	  -webkit-transition-timing-function: ease-out;
	  transition-timing-function: ease-out;
	}
	.navbar-nav > li.hvr-bounce-to-bottom > a:hover,.navbar-nav > li > a:hover {
		color: #fff !important;
		background: #fea600!important;
	}
	.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
	  -webkit-transform: scaleY(1);
	  -o-transform: scaleY(1);
	  transform: scaleY(1);
	  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	  -moz-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.header-top .from-search{
		width:34%;		
	}
	.navbar-default .navbar-nav > li > a{
		padding: 1em 1.5em;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.header-top .from-search{
		width:30%;		
	}
	.navbar-default .navbar-nav > li > a{
		padding: 1em 2.5em;
	}
}
@media(max-width:767px){
	.logo img{
		max-height:40px;
	}
	.language{
		line-height:40px;
		float:right;
	}
	.language img{
		display:none;
	}
	.dropdown-toggle{
		margin-left:10px;
	}
	.header.open {
		position: fixed;
		width: 100%;
		z-index: 999;
		top: 0;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transition: all 0.35s linear, height 0.35s ease-in 100ms;
		transition: all 0.35s linear, height 0.35s ease-in 100ms;
	}
	.top-nav {
		position: fixed;
		width:100%;
		height:100%;
		left:0;
		visibility: hidden;
		opacity: 0;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transition: background 0.35s linear, height 0.35s ease-in 100ms;
		transition: background 0.35s linear, height 0.35s ease-in 100ms;
		background-color:#fff;
		overflow: auto;
	}
	.navbar-nav{
		margin-top:0;
	}
	.header.open .top-nav {
		visibility: visible;
		opacity: 1;
		padding-bottom:100px;
	}
	.open .top-nav{
		display:block;	
	}
	.top-nav li {
		border-bottom: 1px solid #d4d4d4;
	}
	.open .top-nav .navbar-default .navbar-nav > li > a{
		color:#333;
		padding-left:15px;
		padding-right:15px;
		background:#fff;
		position:relative;
	}
	.top-nav .navbar-default .navbar-nav > li > a:after{
		font-family: 'Glyphicons Halflings';
		content:"\e080";
		position: absolute;
		right: 0;
		top: 0;
		bottom:0;
		margin: 0 15px;
		width: 50px;
		line-height: 50px;
		text-align: center;
		color: #999;
	}
	#nav-more{
		height:40px;
	}
	.from-search {
		display: none;
		right: 0;
		left:0;
		top:53px;
		position: absolute;
		z-index: 20;
		padding: 20px;
		border-width: 1px;
		border-style: solid;
		border-color: rgb(224, 224, 224);
		background: rgb(255, 255, 255);
	}
	.header-form{
		border: 1px solid #006797;
	}
	.header-top button.btn{
		background:#006797;
		border-radius:0;
	}
	.from-search span.glyphicon.glyphicon-search{
		color: #fff;
	}
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
		background:none;
	}
}
/*--header end here--*/

/*--lunbo start here--*/
.lunbo img{
	width:100%;
}
/*--lunbo end here--*/

/*--about--*/
.ab-top {
	 background: rgb(4, 19, 102);
    padding: 2em;
}
.about {
    padding: 5em 0;
}
.about-left{
	text-align:center;
}
.ab-top h3 {
    color: #fff;
    font-size: 4em;
    font-weight: 700;
}
.about h5 {
    font-size: 2em;
    color: #fff;
    margin: 0 0 0em;
    border-bottom: 1px solid #fff;
    padding: 0 0 0.5em;
}
.about-right h3{
    font-size: 2em;
     color: rgb(4, 19, 102);
    margin: 0 0 1em;
	text-align:left;

}
.about h4 {
    color: #fea600;
    font-size: 1.3em;
    margin: 0;
	text-align:left;
}
.abt-bottom {
    margin: 1.5em 0;
}
.about p {
    font-size: 0.95em;
    font-weight: 400;
    color:#B9B9B9;
    margin: 1em 0em 0em 0em;
    line-height: 1.8em;
}
.ab-top p {
    font-size: 0.95em;
    font-weight: 400;
    color: #dcdcdc;
    margin: 1em 0em 0em 0em;
    line-height: 1.8em;
	text-align:center;
}
.about a {
    font-size: 1em;
    font-weight: 400;
    color: #fff;
    padding: 8px 15px;
    display: inline-block;
    margin: 1.5em auto 0em;
	border:1px solid #fff;
	
}
h4.modal-title {
    font-size: 28px;
	color:#000;
}
.modal-body p{
	font-size:14px;
	line-height:30px;
	color:#000;
}
/*--//about--*/

/*--services--*/
.services {
    padding: 5em 0;
    text-align: center;
}
span.glyphicon.glyphicon-folder-open,span.glyphicon.glyphicon-log-in,span.glyphicon.glyphicon-cog,span.glyphicon.glyphicon-user,span.glyphicon.glyphicon-comment,span.glyphicon.glyphicon-globe {
    font-size: 3.5em;
  color: rgb(254, 165, 0);
}
.services h4 {
    color:#3e2e31;
    font-size: 1.3em;
    margin: 1em 0;
}
.services h3 {
    font-size: 2.5em;
       color: rgb(4, 19, 102);
    margin: 0 0 2em;
}

.services-left {
    padding: 31px 0px 20px 0;
    border: 1px solid #d9d9d9;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.services-left:hover{
	 background: rgb(4, 19, 102);
	 
}
.services-left:hover  h4{
	color:#fff;
}

/*--services--*/


/*-- gallery --*/
.gallery h3{
  font-size: 2.5em;
        color: rgb(4, 19, 102);
    margin: 0 0 2em;
	text-align:center;
}
.gallery {
    padding: 5em 0;
    background-color: rgba(255, 193, 7, 0.66);
}
.da-thumbs {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.da-thumbs li {
    float: left;
    margin: 0.1%;
    padding: 2px;
    position: relative;
    width: 24.8%;
}
.da-thumbs li a,
.da-thumbs li a img {
  display: block;
  position: relative;
  width: 100%;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div {
  position: absolute;
  background: rgba(30, 46, 136, 0.72);
  width: 100%;
  height: 100%;
}
.da-thumbs li a div span {
  display: block;
  padding: 10px 0;
  margin: 5px 20px 20px 20px;
  font-weight: normal;
  text-transform: capitalize;
  color: rgba(255,255,255,0.9);
  text-align: center;
  font-size: 0.9em;
  line-height:27px;
}
.da-thumbs li a div  h5 {
  color: #FFF;
  font-size: 1.8em;
  margin: 2.5em 0 0 0;
  text-align: center;
  text-transform: capitalize;
}
.gallery-grids {
  margin-top: 3em;
}
/*--//gallery--*/

/*--team--*/
.team {
    padding: 5em 0; 
}
.team h3 {
  font-size: 2.5em;
    color: rgb(4, 19, 102);
    margin: 0 0 2em;
	text-align:center;
}
.agile_team_grids{
	margin:3em 0 0;
}
.agile_team_grid1{
	padding: 1em;
    border: 4px double #D0D0D0;
    text-align: center;
}
.agile_team_grid1 h3{
	font-size:1.5em;
	text-transform:uppercase;
	color:#212121;
	margin-bottom:.5em;
}
.agile_team_grid1 p{
    color: #1e36c4;
}
.agile_team_grid_main{
	position:relative;
	overflow:hidden;
}
.agile_team_grid_main .p-mask{
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.72);
    bottom: 0%;
    position: absolute;
    padding:1em 0 .6em;
    width: 100%;
    -webkit-transform: translate3d( 0px, 100%, 0px );
    -moz-transform: translate3d( 0px, 100%, 0px );
    -ms-transform: translate3d( 0px, 100%, 0px );
    -o-transform: translate3d( 0px, 100%, 0px );
    transform: translate3d( 0px, 100%, 0px );
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    text-align: center;
}
.agile_team_grid:hover .p-mask{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d( 0px, 0px, 0px );
    -moz-transform: translate3d( 0px, 0px, 0px );
    -ms-transform: translate3d( 0px, 0px, 0px );
    -o-transform: translate3d( 0px, 0px, 0px );
    transform: translate3d( 0px, 0px, 0px );
}
ul.social-icons li {
	display:inline-block;	
}
ul.social-icons li  a{
	font-size:16px;
	color:#fff;
	padding:8px 15px;
	border:1px solid #fff;
	display:inline-block;	
	margin:0 5px;
}
ul.social-icons li  a:hover{
	background:#fff;
	color:#000;
}
/*--team--*/

/*--news--*/
.news {
	padding:5em 0;
	background:url('../images/eventsbg.jpg') no-repeat 0px 0px;
	background-attachment:fixed;
}
.news h3 {
    font-size: 2.5em;
      color: #fea600;
	text-align:center;
}
.news-info {
    margin-top: 5em;
}
.news-info h4 {
    font-size: 1.5em;
    color:#fff;
    border:2px solid #fff;
    padding: 15px 30px;
}
.news-info h4 span{
    font-size: 1.7em;
    color:#fff;
	margin-right: 0.5em;
}
.news p {
    font-size: 0.95em;
    line-height: 1.8em;
    margin: 2em 0 1em;
    color: #B9B9B9;
}
.news a {
    font-size: 1.2em;
    color:#fea500;
}
.news a:hover {
      color: #ffd65b;
}
.news-grids:hover  h4 {
	border-color:#ffd65b;
}
/*--//news--*/

/*--contact--*/
.contact {
    padding: 5em 0 0;
}
.contact h3 {
    font-size: 2.5em;
    color:rgb(4, 19, 102);
    margin-bottom: 0.8em;
    text-align: center;
}
.contact-grids iframe {
    border: none;
    width: 100%;
    height: 400px;
}
.contact-grids input[type="text"] {
    border: none;
    width: 100%;
    margin: 0 0 1em 0;
    outline: none;
    font-size: 1em;
    color: #000;
    padding: 10px 12px;
    -webkit-appearance: none;
     background-color: rgba(209, 210, 219, 0.37);
}
.contact-grids textarea {
    border: none;
    outline: none;
    font-size: 1em;
    color: #000;
    padding: 10px 12px;
    width: 100%;
    resize: none;
    height: 13em;
    -webkit-appearance: none;
	    background-color: rgba(209, 210, 219, 0.37);
}
.contact-grids input[type="submit"] {
    border: 1px solid #fea600;
    padding: .5em 0;
    width: 25%;
    margin-top: 0.8em;
    font-size: 1.1em;
    color: #fff;
    letter-spacing: 1px;
    outline: none;
    background-color: #fea600;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -webkit-appearance: none;
}
.contact-grids input[type="submit"]:hover {
    border: 1px solid #e39400;
    color: #fff;
    background-color:#e39400;
}
.contact-grids ul{
    margin-top: 2em;
}
.contact-grids ul li {
    display: block;
    color:  #757575;
    font-size: 0.95em;
    margin-top: 1.1em;
}
.contact-grids ul li a {
	color: #757575;
	font-size: 0.95em;
}
.contact-grids ul li a:hover{
	    color: #0c1443;
}
.contact-grids p {
    font-size: 0.95em;
    color: #757575;
    line-height: 2em;
    width: 80%;
}
.contact-grids span.glyphicon {
    font-size: 1em;
    margin-right: 0.5em;
}
.contact-grids .sec-title{
	margin-bottom:1em;
}
.contact-con{
	margin-top:7em;
	color: #757575;
}

.contact-info{
	margin-bottom:5em
}
/*--//contact--*/

/*--footer--*/
.footer {
	background:#006797;
	font-size:12px;
	line-height:2;
}
.footer, .footer a{
   color: #fff;
}
.footer .pull-left{
	margin-top: 10px;
	margin-bottom:10px;
}
.toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow-top.png) no-repeat center center rgba(88,88,88,.2);
	z-index:99;
}
.toTop:hover{
	outline: none;
}
/*--//footer--*/
@media(max-width:1440px){

}
@media(max-width:1366px){

}
@media(max-width:1280px){

}

@media(max-width:1024px){
	.da-thumbs li a div h5 {
		margin: 1.5em 0 0 0;
	}
}
@media(max-width:991px){
	.about-left {
		width: 45%;
		float: none;
		margin:0 auto;
	}
	.about-right {
		width: 100%;
		float: none;
		padding:0;
	}
	.about-right h3 {
		margin: 25px 0 1em;
	}
	.ab-lft {
		width: 50%;
		float: left;
		padding-left:0;
	}
	.ab-top h3 {
		font-size: 3.5em;
	}
	.about h5 {
		font-size: 1.7em;
	}
	.services-left {
		width:16.6%;
		float:left;
	}
	span.glyphicon.glyphicon-folder-open, span.glyphicon.glyphicon-log-in, span.glyphicon.glyphicon-cog, span.glyphicon.glyphicon-user, span.glyphicon.glyphicon-comment, span.glyphicon.glyphicon-globe {
		font-size: 3em;
	}
	.services h4 {
		font-size: 1em;
	}
	.da-thumbs li a div h5 {
		 margin: 0.7em 0 0 0; 
		 font-size:1.5em;
	}
	.da-thumbs li a div span {
		line-height: 23px;
	}
	.agile_team_grid{
		width:25%;
		float:left;
		padding:0 7px;
	}
	.agile_team_grid1 h3 {
		font-size: 1.2em;
	}
	ul.social-icons li a {
		font-size: 15px;
		padding: 8px 13px;
	}
	.news-info h4 {
		font-size: 1.3em;
		padding: 15px 12px;
	}
}
@media(max-width:966px){
}
@media(max-width:900px){
}
@media(max-width:800px){
	.news,.team ,.gallery,.services,.about {
		padding: 3.5em 0;
	}
	.contact{
		padding:3.5em 0 0 0;
	}
	.contact-info{
		margin-bottom:3.5em;
	}
	.services h3,.gallery h3,.team h3,.news h3,.contact h3 {
		margin: 0px 0 1em;
	}
	.news-info {
		margin-top: 0;
	}
	.news {
		background: url('../images/eventsbg.jpg') no-repeat -238px -75px;
		background-attachment:fixed;
	}
}

@media(max-width:767px){
	.header-top {
		padding: 0.5em 0;
	}
	.about-left {
		width: 52%;
	}
	.services-left {
		width: 33.3%;
		float: left;
	}
	.da-thumbs li {
		width: 49.6%;
	}
	.da-thumbs li a div h5 {
		margin: 1.7em 0 0 0;
		font-size: 2.5em;
	}
	.da-thumbs li a div span {
		font-size:14px;
		width:90%;
		margin:0 auto;
	}
	.agile_team_grid1 h3 {
		font-size: 1em;
	}
	.agile_team_grid1 p {
		font-size: 12px;
	}
	.news-info h4 span {
		font-size: 1.5em;
		margin-right: 0.3em;
	}
	ul.social-icons li a {
		font-size: 15px;
		padding: 8px 10px;
	}
	.contact-con{
		margin-top:2em;
	}
}
@media(max-width:640px){
	ul.social-icons li a {
		font-size: 15px;
		padding: 5px 9px;
	}
	.news-grids {
		width: 60%;
		float: none;
		margin: 0 auto;
	}
	.agileinfo{
		margin:30px auto;
	}
}
@media(max-width:600px){
	.about-left {
		width: 60%;
	}
	.da-thumbs li a div span {
		width: 95%;
	}
	.agile_team_grid {
		width: 50%;
		float: left;
		padding: 0 15px;
	}
	.agile1,.agile2{
		margin-bottom:20px;
	}

}
@media(max-width:568px){
	ul.social-icons li a {
		font-size: 15px;
		padding: 5px 12px;
	}
}
@media(max-width:480px){
	.about-left {
		width: 80%;
	}
	.about h4 {
		font-size: 1.1em;
	}
	.da-thumbs li a div h5 {
		margin: 1em 0 0 0;
		font-size: 2em;
	}
	.da-thumbs li a div span {
		width: 91%;
	}
	.news-grids {
		width: 80%;
	}
	.col-md-8.contact-grids,.col-md-4.contact-grids {
		width:100%;
		float: none;
	}
	.col-md-4.contact-grids {
		margin-top:15px;
	}
}
@media(max-width:414px){
	.about-left {
		width: 90%;
	}
	.ab-lft {
		width: 100%;
		padding:0;
		margin-bottom:15px;
	}
	.news, .team, .gallery, .services, .about {
		padding: 2em 0;
	}
	.contact {
		padding: 2em 0 0 0;
	}
	.contact-info {
		margin-bottom: 2em;
	}
	.services{
		padding-top:0em;
	}
	.da-thumbs li a div h5 {
		margin: 0.8em 0 0 0;
		font-size: 1.8em;
	}
	.da-thumbs li a div span {
		font-size: 13px;
	}
	.news-grids {
		width: 90%;
	}
	.footer h3{
		margin-bottom:0.5em;
	}
	.social {
		margin-bottom: 1em;
	}
}
@media(max-width:384px){
	.logo {
		float: left;
	}
	.phone{
		float: left;
		width: 50%;
	}
	.services h3, .gallery h3, .team h3, .news h3, .contact h3 {
		font-size:30px;
	}
	.agile_team_grid1 h3 {
		font-size: 1em;
	}
	.services-left {
		width: 50%;
		float: left;
	}
	.da-thumbs li a div span {
		font-size: 12px;
		line-height: 20px;
	}
	.agile_team_grid {
		padding: 0 8px;
	}
	.news-grids {
		width: 100%;
	}
	.contact-grids iframe {
		height: 250px;
	}
}
@media(max-width:375px){
	.about-left {
		width: 100%;
	}
	ul.social-icons li a {
		font-size: 13px;
		padding: 5px 10px;
	}
}
@media(max-width:320px){
	.ab-top h3 {
		font-size: 3em;
	}
	.about h5 {
		font-size: 1.4em;
	}
	.ab-top {
		padding: 1.2em;
	}
	.da-thumbs li {
		width: 100%;
	}
	.da-thumbs li a div h5 {
		margin: 2.8em 0 0 0;
		font-size: 1.8em;
	}
	.agile_team_grid {
		width: 100%;
		float: left;
	}
	.agile3{
		margin-bottom:20px;
	}
	.contact-grids input[type="submit"] {
		font-size:13.5px;
	}
}

/*-------------- left --------------*/
.allleft{ min-width:240px; height:auto; float:left; overflow:hidden; background-color: #004666; margin-right:50px;}
.allleft2{ min-width:320px; height:auto; float:left; overflow:hidden; margin-right:30px; padding-right:20px;
background-image: url(../images/i_xian1.png); background-repeat: no-repeat; background-position: right center; background-size:auto 100%;}
.allleft2 .sort-list-tit{color:#e7a834; text-align:left; border-bottom:none; line-height:inherit;}
.sec-title{ margin-bottom:2em; text-align:center; font-size:24px;}

.allleft3{ min-width:240px; height:auto; float:left; overflow:hidden; background-color: #fff; margin-right:50px;}
.allleft3 .sort-list-tit{color:#fff; border-bottom:none; background:#004666;}

.leftz{padding:30px 15px; background: url(../images/left-ico.png) no-repeat 15px center #004666; padding-left:65px;}
.leftz .t1{ color:#fff; margin-top:5px; }
.leftz .t2{ color:#fea600; font-size:22px;}
/*------------------产品分类--------------------*/
.sort-list-tit{width: 100%; line-height:66px; text-align:center;font-size:1.6em; color:#fff; font-weight:bold; border-bottom:#3353aa solid 1px;}
.sort-list{width:100%; height:auto; background-color:#006797; position:relative; overflow:hidden;}
.sort-list a{display:block; text-transform: capitalize;}
.sort-list ul {list-style:none;}
.sort-list>ul{width:100%; height:auto; overflow:hidden; margin:0 auto;}
.sort-list>ul>li{line-height:50px; border-bottom:#005180 solid 1px;}
.sort-list>ul>li>a{text-indent:70px; color:#FFF;background:url(../images/prolibg.png) no-repeat 40px center; padding-right:20px;}
.sort-list>ul>li>a:hover, .sort-list>ul>li>a.active{background-color:#fea600; text-indent:75px;}
.sort-list>ul>li:hover>a, .sort-list>ul>li.active>a{background-color:#fea600; text-indent:75px;}
.sort-list ul ul{display:none}
.sort-list ul li.hover ul{background-color:#fff;border:1px solid #097b42;left:160px; border-radius:8px;margin-top:-38px;width:auto;z-index:30;position:absolute;height:auto;overflow:hidden;}
.sort-list ul li.hover ul li{height:32px;padding:0}
.sort-list ul li.hover ul{display:block}
.sort-list ul li.hover ul li a{line-height:32px;font-size:12px; text-indent:15px;color:#8b8b8b;}
.sort-list ul li.hover ul li a:hover{ color:#097b42; font-weight:bold;}

.sort-list2{background:#fff;}
.sort-list2 a{display:block; color:#333; padding:10px 5px;}
.sort-list2 ul {list-style:none;}
.sort-list2>ul{width:100%; height:auto; overflow:hidden; margin:0 auto; display:table; margin-top:20px;}
.sort-list2>ul>li{width:50%; float:left;}
.sort-list2>ul>li a:before{content:"- ";}

/*------------------产品分类 结束--------------------*/

/*------------------产品展示--------------------*/
.products-ul{overflow:hidden; list-style:none; margin-left:-8px; margin-right:-8px;}
.products-ul li{margin-bottom:15px; padding-left:8px; padding-right:8px;}
.products-ul li a{display:block; color:#FFF; text-align:center; line-height:33px;}
.products-ul li a:hover{ background-color:#fea600;}
.products-ul li a:hover .pro-img{ border-color:#fea600; transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.products-ul li a:hover .pro-tit{ background-color:#fea600; transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	color:#fff;
}
.pro-img{ border:#d9d9d9 solid 1px; background-color:#FFF; text-align:center; vertical-align:middle; padding-top:100%; position:relative;}
.pro-img img{width:90%; border-radius:6px;}
.pro-tit{ display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; padding-left:5px; padding-right:5px; /*background-color:#006797;*/ color:#333 }
/*------------------产品展示 结束--------------------*/

/*------------------内容页 栏目名称+当前位置--------------------*/
.main-top {
  width: 100%;
  height: 46px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom:1em;
}
@media (max-width: 991px) {
  .main-top {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .sec-title{ 
  	margin-bottom:1.5em;
  }
  .main-top {
    height: 34px;
  }
}
@media (max-width: 375px) {
  .main-top {
    height: 30px;
  }
}
.main-top:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 100%;
  height: 1px;
  border-top: 1px dashed #b1b1b1;
}
.main-top big {
  display: inline-block;
  position: relative;
  max-width: 35%;
  float: left;
  z-index: 10;
  font-size: 16px;
  color: #fff;
  background: #006797;
  height: 46px;
  line-height: 46px;
  padding: 0 20px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .main-top big {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .main-top big {
    height: 34px;
    font-size: 13px;
    line-height: 34px;
    padding: 0 13px;
  }
}
@media (max-width: 375px) {
  .main-top big {
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    padding: 0 13px;
  }
}
.main-top big:after {
  content: "";
  position: absolute;
  right: -7px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-left: 7px solid #00334a;
}
.main-top .crumb {
  float: right;
  max-width: 65%;
  text-align: right;
  color: #7e7d7d;
  font-size: 14px;
  height: 46px;
  line-height: 48px;
  overflow: hidden;
}
.main-top .crumb a:last-child{
  color: #006797;
}
@media (max-width: 991px) {
  .main-top .crumb {
    height: 40px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .main-top .crumb {
    height: 34px;
    font-size: 12px;
    line-height: 40px;
  }
}
@media (max-width: 375px) {
  .main-top .crumb {
    height: 30px;
    font-size: 11px;
    line-height: 40px;
  }
}
.main-top .crumb a {
  margin: 0 5px;
  color: #7e7d7d;
}
.main-top .crumb a:hover {
  color: #006797;
}
.main-top .crumb span {
  margin: 0 0 0 5px;
}
/*------------------内容页 栏目名称+当前位置 结束--------------------*/

.main-container{
	margin-top:40px;
	margin-bottom:40px;
}
.main-con{
	line-height:2;
}
@media (max-width: 767px) {
	.main-container{
		margin-top:20px;
		margin-bottom:20px;
	}
}

/*------------------常见问题列表--------------------*/
.news-ul li {
  border-bottom: 1px solid #dbd4cd;
  padding: 30px 10px;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  position: relative;
  list-style:none;
  overflow:hidden;
}
@media (max-width: 991px) {
  .news-ul li {
    padding: 20px 10px;
  }
}
.news-ul li:hover {
  background: #006797;
}
.news-ul li:hover:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 10px;
  background: #fec732;
}
.news-ul li:hover time {
  background: #fff;
}
.news-ul li:hover time big {
  color: #006797;
}
.news-ul li:hover time small {
  color: #006797;
}
.news-ul li:hover .con .li-tit {
  color: #fff;
}
.news-ul li:hover .con .li-des {
  color: #fff;
}
.news-ul li time {
  float:left;
  padding:5px;
  margin-left:25px;
  margin-right:25px;
  background: #006797;
  overflow: hidden;
}
@media (max-width: 991px) {
  .news-ul li time {
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  .news-ul li time {
    margin-left: 0;
	margin-right:15px;
  }
}
@media (max-width: 361px) {
  .news-ul li time {
    width: 55px;
    height: 55px;
  }
}
.news-ul li time big {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 30px;
  margin: 5px 0 0;
  line-height: 30px;
  overflow: hidden;
}
@media (max-width: 361px) {
  .news-ul li time big {
    font-size: 20px;
    line-height: 24px;
    height: 24px;
  }
}
.news-ul li time small {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
}
@media (max-width: 361px) {
  .news-ul li time small {
    font-size: 12px;
    line-height: 20px;
    height: 20px;
  }
}
.news-ul li .con .li-tit {
  display: block;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  color: #333333;
  font-size: 19px;
}
@media (max-width: 767px) {
  .news-ul li .con .li-tit {
    font-size: 16px;
    margin: 3px 0 0;
  }
}
@media (max-width: 361px) {
  .news-ul li .con .li-tit {
    font-size: 14px;
    height: 20px;
    margin: 2px 0 0;
    line-height: 20px;
  }
}
.news-ul li .con .li-des {
  color: #8b8989;
  font-size: 13px;
  line-height: 18px;
  max-height: 36px;
  margin-top:10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 991px) {
  .news-ul li .con .li-des {
  }
}
@media (max-width: 767px) {
  .news-ul li .con .li-des {
    font-size: 12px;
	margin-top:5px;
  }
}
@media (max-width: 361px) {
  .news-ul li .con .li-des {
    font-size: 10px;
    height: 32px;
    line-height: 16px;
  }
}
/*news-show*/
.nr-title {
  text-align: center;
  color: #424242;
  font-size: 26px;
  line-height: 36px;
  margin: 30px auto 10px;
}
@media (max-width: 767px) {
  .nr-title {
    font-size: 20px;
    line-height: 26px;
    margin: 25px auto 8px;
  }
}
@media (max-width: 375px) {
  .nr-title {
    font-size: 18px;
    line-height: 24px;
    margin: 20px auto 8px;
  }
}
@media (max-width: 321px) {
  .nr-title {
    font-size: 16px;
    line-height: 22px;
    margin: 20px auto 5px;
  }
}
.nr-other {
  text-align: center;
  color: #8d8686;
  font-size: 12px;
  line-height: 24px;
  overflow: hidden;
  margin-bottom:2em;
}
.news-show .text-1 {
  color: #6a6969;
  font-size: 12px;
  line-height: 20px;
  /*background: #f5f5f5;*/
  /*padding: 16px 20px 14px;*/
  /*margin: 30px 0 40px;*/
  /*border: 1px solid #e5e5e5;*/
}
@media (max-width: 1025px) {
  .news-show .text-1 {
    margin: 15px 0 25px;
  }
}
@media (max-width: 767px) {
  .news-show .text-1 {
    margin: 15px 0 20px;
  }
}
@media (max-width: 375px) {
  .news-show .text-1 {
    margin: 15px 0;
  }
}
.news-show .text-2 {
  color: #515151;
  font-size: 12px;
  line-height: 27px;
  margin: 0 0 25px;
}
.news-show p{
  color: #515151;
  font-size: 12px;
  line-height: 27px;
  /*margin: 0 0 25px;*/
}
.message ul li p{
  line-height: normal;
}
.news-show img{
  max-width:100%;
}
@media (max-width: 1025px) {
  .news-show .text-2 {
    margin: 0 0 15px;
  }
}
@media (max-width: 375px) {
  .news-show .text-2 {
    margin: 0 0 10px;
  }
}
.news-show .title-2 {
  color: #006797;
  font-size: 16px;
  line-height: 27px;
  margin: 0 0 2px;
  font-weight: bold;
}
.news-show .line {
  overflow: hidden;
  text-align: center;
  margin: 30px auto 0;
}
@media (max-width: 767px) {
  .news-show .line {
    margin: 20px auto 0;
  }
}
@media (max-width: 321px) {
  .news-show .line {
    margin: 15px auto 0;
  }
}
.article {
  list-style: none;
  margin: 50px -10px 0;
}
@media (max-width: 1025px) {
  .article {
    margin: 30px -10px 0;
  }
}
@media (max-width: 767px) {
  .article {
    margin: 10px -10px 0;
  }
}
.article li {
  float: left;
  width: 50%;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .article li {
    width: 100%;
    margin: 10px auto 0;
  }
}
.article li {
  background: #006797;
  display: block;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  color: #fff;
  font-size: 12px;
  padding: 0 10px 0 30px;
  position: relative;
  z-index: 1;
}
.article li a{
  color:#fff;
}
.article li a:hover {
  color: #E0E0E0;
}
.article li a:before {
  content: "";
  position: absolute;
  left: 12px;
  top: 10px;
  width: 8px;
  height: 8px;
  background: url("../images/news-ico1.png") no-repeat center;
}
.article .li-2 a {
  text-align: right;
  padding: 0 30px 0 10px;
}
.article .li-2 a:before {
  /*left: auto;*/
  right: 12px;
  background: url("../images/news-ico.png") no-repeat center;
}
.article1 {
  list-style: none;
  margin: 0 auto;
}
.article1 li {
  float: left;
  padding: 0 10px;
}
.article1 li {
  display: block;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  color: #666666;
  font-size: 13px;
  padding: 0 20px 0 0;
  position: relative;
  z-index: 1;
  width: 50%;
}
@media(max-width:450px){
  .article1 li {
    width: 100%;
  }
}
.article1 li a:hover {
  color: #006797;
  text-decoration: underline;
}
/*------------------常见问题列表 结束--------------------*/

/*------------------分页--------------------*/
.page {
  text-align: right;
  margin-top:30px;
  margin-bottom:20px;
}
.page span,.page a {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  margin: 0 5px 0 0;
}
@media (max-width: 991px) {
  .page span {
    display: none;
  }
}
.page a,.page span {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #dadada;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .page{
    text-align: center;
	margin-top:20px;
  }
  .page .page-num {
    display: none;
  }
}
.page a:hover, .page .cur {
  background: #006797;
  color: #fff;
}
.page .on {
  border: none;
  padding: 0;
}
/*------------------分页 结束--------------------*/

.tit1{
	line-height:33px;
	background:#e1e1e1;
	margin-bottom: 10px;
	margin-top:20px;
	clear:both;
	overflow:hidden;
}
.tit1 span{
	padding:0 20px;
	color:#FFF;
	background:#006797;
	border-right:1px solid #FFF;
	display:inline-block;
	min-width:100px;
	text-align:center;
}
@media (max-width: 767px) {
.main-con .products-swiper{
	margin-bottom:10px;
}
}
.main-con table
{
    border-collapse:collapse;
}
.main-con table td, .main-con table th{
	padding:3px;
	word-wrap:break-word;
	word-break:break-all;
}
.pro-des-item {
	line-height:2;
	color:#979797;
}
.pro-des-item span{
	margin-right:5px;
	color:#333;
}
.pro-des-item h1{
	font-size: 20px;
    color: #006797;
	display:inline-block;
	text-transform: capitalize;
}
.zixun{
	min-width: 124px;
    height: 34px;
    line-height: 34px;
    padding: 0 10px 0 45px;
    background: url(../images/xunwen.png) no-repeat 15px center #fea600;
    overflow: hidden;
	transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -webkit-appearance: none;
}
.zixun a {
    display: block;
    color: #fff;
    font-size: 14px;
}
.pro-top .zixun{
	margin-top:1em;
	display:inline-block;
}
.pro-top .lunbo img{
	border:#d9d9d9 solid 1px;
}
.zixun:hover{
	background-color:#e39400;
}
.zixun:hover a{
	color: #fff;
}
.rexian{
	width: 100%;
    height: 55px;
    padding-left: 61px;
    background: url(../images/protel.png) no-repeat left;
    font-size: 20px;
    color: #f25000;
    display: block;
    line-height: 24px;
	margin-top:10px;
}
.rexian span {
    color: #333;
    font-size: 14px;
}
.home-about .about-left img{
	width:100%;
}

.home-about {
  overflow: hidden;
  padding: 40px 0;
  background: url("../images/home-aboutbg.jpg") center top #f0eff4;
}
@media (max-width: 991px) {
  .home-about {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .home-about {
    padding: 20px 0;
  }
}
.home-about .container {
  position: relative;
  z-index: 1;
  padding: 0 45px 0 0;
}
@media (max-width: 991px) {
  .home-about .container {
    padding: 0 45px 0 15px;
  }
}
@media (max-width: 767px) {
  .home-about .container {
    padding: 0 15px;
  }
}
.home-about .container:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 190px;
  height: 170px;
  background: #d2d1d5;
}
@media (max-width: 1345px) {
  .home-about .container:before {
    width: 150px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .home-about .container:before {
    display: none;
  }
}
.home-about .container .left {
  width: 100%;
  padding: 0 70px 0 0;
  z-index: 10;
}
@media (max-width: 767px) {
  .home-about .container .left {
    padding: 0 0 15px;
  }
}
.home-about .container .left .pic {
  width: 17.2%;
  float: left;
  background: #fff;
  position: relative;
}
.home-about .container .left .pic:after {
  content: "";
  display: block;
  padding-bottom: 67.5%;
}
@media (max-width: 991px) {
  .home-about .container .left .pic {
    display: none;
  }
}
.home-about .container .left .text {
  float: left;
  width: 82.8%;
  color: #242424;
  font-size: 15px;
  line-height: 24px;
  padding: 25px 120px 5px 40px;
  height: 100px;
  overflow: hidden;
}
@media (max-width: 1345px) {
  .home-about .container .left .text {
    padding: 5px 90px 5px 20px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .home-about .container .left .text {
    width: 100%;
    padding: 0 90px 15px 0;
  }
}
@media (max-width: 767px) {
  .home-about .container .left .text {
    padding: 0;
  }
}
.home-about .container .left1 {
  width: 100%;
  padding: 0 70px 0 0;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .home-about .container .left1 {
    padding: 0 40px 0 0;
  }
}
.home-about .container .left1 .box1 {
  width: 100%;
  background: #006797;
}
.home-about .container .left1 .txt {
  width: 17.2%;
  float: left;
  padding: 10% 5px 0;
  background: #006797;
}
@media (max-width: 991px) {
  .home-about .container .left1 .txt {
    display: none;
  }
}
.home-about .container .left1 .txt big {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 34px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
}
@media (max-width: 1345px) {
  .home-about .container .left1 .txt big {
    font-size: 26px;
    height: 34px;
    line-height: 34px;
  }
}
.home-about .container .left1 .txt em {
  font-style: inherit;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 34px;
  font-weight: bold;
  line-height: 50px;
  overflow: hidden;
  word-wrap: break-word;
}
@media (max-width: 1345px) {
  .home-about .container .left1 .txt em {
    font-size: 26px;
    height: 34px;
    line-height: 34px;
  }
}
.home-about .container .left1 .pic {
  width: 82.8%;
  float: right;
  background: #fff;
  position: relative;
}
.home-about .container .left1 .pic img{
  width: 100%;
}
@media (max-width: 991px) {
  .home-about .container .left1 .pic {
    width: 100%;
  }
}
.home-about .container .left1 .pic:after {
  content: "";
  display: block;
  padding-bottom: 38.1%;
}
.home-about .container .left1 .right {
  float: left;
  width: 70px;
  height: 140px;
  border: 2px solid #006797;
  position: absolute;
  right: 0;
  bottom: 25%;
}
@media (max-width: 767px) {
  .home-about .container .left1 .right {
    width: 40px;
    height: 100px;
    bottom: 25px;
  }
}
@media (max-width: 376px) {
  .home-about .container .left1 .right {
    width: 40px;
    height: 80px;
    bottom: 15px;
  }
}
.home-about .container .left1 .right:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 30px;
  height: 2px;
  background: #eeedf2;
  z-index: 35;
}
.home-about .container .left1 .right .more {
  width: 100px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  overflow: hidden;
  position: absolute;
  left: -20px;
  font-weight: bold;
  display: block;
  font-size: 14px;
  background: #006797;
  z-index: 50;
  bottom: 35px;
}
@media (max-width: 1345px) {
  .home-about .container .left1 .right .more {
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .home-about .container .left1 .right .more {
    width: 36px;
    width: 80px;
    left: auto;
    bottom: 25px;
    right: -10px;
    line-height: 36px;
  }
}
.home-about .container .left1 .right .more:hover {
  background: #565656;
}

.sec-title1{
	text-align:center;
	border-bottom:#006797 solid 2px; 
}
.sec-title1-t{
	 width:100%; height:28px; background:url(../images/t-bg1.png) no-repeat center center; margin-bottom:10px;
}
.sec-title1-b{
	 width:100%; height:70px; background:url(../images/t-bg2.png) no-repeat center center; margin-top:10px;
}
.sec-title1 .tit-t{
	font-size:18px;
	letter-spacing:2px;
}
.sec-title1 .tit-b{
	font-size:28px;
	color:#006797;
	letter-spacing:2px;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:15px;
}

.box{
	padding:4em 0;
}

.jiejuelist{padding-top:15px; text-align:center; line-height:40px; position:relative; min-height:70px; margin-bottom:3em; margin-top:-2px; overflow:hidden;}
.jiejuelistl{ max-width:50%; float:left; padding-right:40px;}
.jiejuelistr{ max-width:50%; float:right; padding-left:40px;}
.jiejuelist a{overflow:hidden; float:left; width:241px; max-width:50%; background:no-repeat center center; background-size:100% auto; color:#FFF;}
.jiejuelist a:hover{color:#fff;}
.jiejuelistc{ width:75px; height:67px; position:absolute; background:url(../images/t-bg3.png) no-repeat center top #fff; left:50%; margin-left:-40px; top:0;}

.jiejuelistl a{background-image:url(../images/fanganlb.png);}
.jiejuelistl a:hover{background-image:url(../images/fanganlbh.png);}
.jiejuelistr a{background-image:url(../images/fanganrb.png);}
.jiejuelistr a:hover{background-image:url(../images/fanganrbh.png);}

@media (max-width: 767px) {
  .box{padding:2em 0;}
  .jiejuelist{padding-top:36px;}
  .jiejuelistl{ max-width:none; float:none; padding-right:0;}
  .jiejuelistr{ max-width:none; float:none; padding-left:0;}
  .jiejuelistc{width:24px; top:-45px; margin-left:-12px;}
}
@media (min-width: 768px) {
  .jiejuelistl{ max-width:50%; float:left; padding-right:40px;}
  .jiejuelistr{ max-width:50%; float:right; padding-left:40px;}
}

.cp-slider{
	position:relative;
	padding-bottom:20px;
	padding-left:30px;
	padding-right:30px;
	overflow:hidden;
}
.cp-slider .wrapper , .index-zzfgslider .wrapper{
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}
.cp-slider .arrow .arrowl, .cp-slider .arrow .arrowr,
.index-zzfgslider .arrow .arrowl, .index-zzfgslider .arrow .arrowr
{
	width: 30px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background-repeat:no-repeat;
	background-position:center 35%;
	outline:none;
	z-index:2;
}
.cp-slider .arrow .arrowl, .index-zzfgslider .arrow .arrowl {
	background-image:url(../images/icon-left.png);
	left:0;
}
.cp-slider .arrow .arrowr, .index-zzfgslider .arrow .arrowr {
	background-image:url(../images/icon-right.png);
	right:0;
	left:auto;
}

.cp-slider .slider-list {
	margin-left:0;
	border:none;
	overflow:visible;
}
.cp-slider .slider-list li{
	width:146px;
	float:left;
	margin-bottom:0;
	box-sizing:border-box;
	padding:0;
}
.cp-slider .slider-list li .a-border {
    overflow: hidden;
	padding-top:133.333333%;
}
.cp-slider .slider-list li img{
    position: absolute;
    top: 0;
    left: 0;
}
.cp-slider .slider-list li p a{
	display:block;
	line-height:1.4;
	margin-top:10px;
	text-align:center;
	padding:0 5px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	font-size:16px;
}
.gray-sep{
	height:10px;
	background:#f5f5f5;
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
}
.cp-list {
    margin-left: 5%;
    margin-right: 5%;
    overflow: hidden;
}
.cp-list li {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    float: left;
    margin-bottom: 20px;
}
.cp-list li .a-border {
    overflow: hidden;
    padding-top: 133.33%;
}
.cp-list li img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (min-width: 768px) {
	.cp-list li{
		width:25%;
	}
}